Mayo Oshin

Results 22 comments of Mayo Oshin

> thx I have solved this by set the index name. To add: could we add the index name in .env file so that users don't need to change the...

> other than config, where else did you change the index name? No where else, once it's set there once it applies across entire app.

Can you provide more information on the source code behind this error? It appears to be an issue with your API keys.

@ankri great find here! Appreciate it. Are you running into errors with `text-davinci-003` ?

> For future readers: Yes. You are running into problems with `text-davinci-003` because the OpenAI wrapper is hitting the `https://api.openai.com/v1/chat/completions` endpoint. > > These are the supported models for this...

I see here that the data was actually sent to the endpoint? ` data: `{"model":"gpt-4","temperature":0,"top_p":1,"frequency_penalty":0,"presence_penalty":0,"n":1,"stream":true,"messages":[{"role":"user","content":"You are an AI assistant providing helpful advice. You are given the following extracted parts of...

> Same exact issue for me, tried to downgrade to 3.5 turbo and still can you share your error?

> Im having something similar. My text chat form GPT is not showing up thought it was a CSS issue. Here is my: Terminal: us-central1-gcp error [Error: PineconeClient: Error calling...

> url: 'https://api.openai.com/v1/chat/completions' }, request: ClientRequest { _events: [Object: null prototype] { abort: [Function (anonymous)], aborted: [Function (anonymous)], connect: [Function (anonymous)], error: [Function (anonymous)], socket: [Function (anonymous)], timeout: [Function (anonymous)],...