Skip to main content

Questions tagged [chat-gpt-4]

The tag has no usage guidance.

0 votes
0 answers
5 views

ChatGPT API in Kotlin Android Studio gives me 404 error

Hello i am trying to make an android app with an assistant feature but I am getting 404 error when trying this code although my API key is correct and i have not reached any limit. Any ideas why? ...
louboulos's user avatar
-3 votes
0 answers
11 views

How to prevent ChatGPT web interface from censoring the links? [closed]

Sometimes, ChatGPT provides me with links to external sources. I can see the URL briefly when the answer is generated, but then, links in the response are not functional. The URL is stripped and the ...
Fido's user avatar
  • 323
-1 votes
0 answers
5 views

Is ChatGPT and LLM killing stackoverflow [migrated]

Last few months I have been using ChatGPT LLM for coding, debugging, troubleshooting. Earlier I used to google / post my question on stackoverflow. But now I have instant solution to most of my coding ...
Naresh Chaurasia's user avatar
0 votes
0 answers
22 views

Utilizing Artificial Intelligence for Location Data Collection from Websites [closed]

I have a project where I need to collect information about some locations from certain websites. Initially, I used a web scraper and utilized Selenium and Beautiful Soup to write a bot. However, some ...
user24550633's user avatar
-1 votes
0 answers
20 views

chatgpt Assistant APIs not sending the image links

I've uploaded a document to the ChatGPT knowledgebase that includes both text and image links. The file is correctly linked through the vector store with my Assistant. However, the AI only returns the ...
Usman's user avatar
  • 200
0 votes
1 answer
120 views

How to integrate GPT-4 model hosted on Azure with the gptstudio package?

I am looking to integrate the OpenAI GPT-4 model into my application. Here are the details I have: Endpoint: https://xxxxxxxxxxxxxxx.openai.azure.com/ Location/Region: yyyyyyyyyyyyyyyyyyyyyyyy Key: **...
Sinval's user avatar
  • 1,389
-1 votes
2 answers
88 views

gpt-4o model provider errror

I am working on a projejct and when i run an X function, it fails. When I log my eventData, I get an error "Failed to find a model provider for model [gpt-4o]. Is it because I'm not a paid user? ...
Faizan Khan's user avatar
0 votes
0 answers
28 views

OpenAI Function Calling - function_call="auto"

Below is my function calling code and the schema. Notice that I have put function_call=“auto”. Per the documentation, this means that the model must freely pick between generating a message or a ...
VIRIYALA NARESH's user avatar
0 votes
1 answer
226 views

BadRequestError: Context length exceeded the 8192 token limit, resulting in error code 400

I am building a chat flow in Azure AI studio. The goal is to have 3 index lookup and have the LLM compare the difference. However, if I set top_k as 3, I would have the following error as the LLM ...
GKecheng's user avatar
0 votes
2 answers
80 views

Unexpected result when sending a prompt containing HTML code to OpenAI API

I try to send a prompt containing raw text and HTML code in order to fix spelling errors. E.g. a prompt would be: fix spelling and grammar in the following html code <p>this is som txt which ...
Abid's user avatar
  • 650
2 votes
2 answers
7k views

"Failed to get upload status for /mnt/data/*filename*" Issue downloading files generated by ChatGPT

I'm working on a project where I need to extract employee information from an HTML file, save this data into a JSON file, and download employee images to a specific folder. I used ChatGPT to generate ...
Yasir Arefin Tusher's user avatar
-2 votes
1 answer
46 views

Issues with LLM Retrieving Passwords from Provided Passages

I'm using a language model (LLM) and providing it with a passage that contains the password for a specific website. Later, I'm asking the LLM to retrieve the password from the passage, similar to a ...
Sanjay Mythili's user avatar
0 votes
0 answers
31 views

ChatGPT: How to track query status?

I am currently making my first steps in using ChatGPT in Java. I started with the sample for ChatCompletions (https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/openai/azure-ai-openai/src/...
NagelAufnKopp's user avatar
0 votes
1 answer
190 views

Formatting ChatGPT output problem with last bullet in list losing formatting

I wrote the following code that (tries to) formats ChatGPT output pasted int Word as pastespecial unformatted. In processing, I had to do a double loop because everything would lose formatting as the ...
Miguel de las Nieves's user avatar
0 votes
0 answers
60 views

Optimal way of using images as context in prompt for GPT4

I’m working on a classification task. I want the model to identify if the issue mentioned in a table is related to a specific topic. To do so I initially provided text only for context. I would now ...
Amac's user avatar
  • 1

15 30 50 per page
1
2 3 4 5 6