-
**Bug description**
When making a basic synchronous openAiChatClient.call( prompt) with a single UserMessage, an Exception is thrown (com.fasterxml.jackson.core.io.JsonEOFException: Unexpected end-of…
-
I can't move onto further steps because of this issue, someone please resolve this..
**dalleRoutes.js**
import express from 'express';
import * as dotenv from 'dotenv';
import { Configuration,…
-
HttpClient client;
OpenAIAPI api = new(new APIAuthentication(apiKey));
var clientFactory = api.HttpClientFactory;
if (clientFactory != null)
{
client = clientFactory.CreateClient();
}
else
…
-
**Bug description**
I created everything on standard settings. Connection to OpenAI and the Neo4j vector database.
**Environment**
**Steps to reproduce**
Create connection to OpenAI and crea…
-
Hi,
Your example request in readme results in error 400 bad request. Correct notation is max_tokens, presence_penalty, etc.:
optional, you can also set your Azure deploymentName by replacing you…
-
Este ha sido el gran inconveniente con el que nos hemos encontrado y que ha frenado el progreso y la correcta finalización de este proyecto. En la primera parte del desarrollo se uso el servicio gratu…
-
Grow - what is one area in your code that can be improved or what is already great, but could be enhanced? Why?
-----the number of features i couldn't include, for example a favorites feature that ta…
-
Use the `openai` NodeJS package to use the Azure OpenAI API to provide responses to our bot instead of our custom built OpenAI API.
-
Hi
When my connection is not so good i get this error
basically i solve this by setting okhttpclient a bigger timeout in other similar places by using this code:
OkHttpClient client = new OkHttpCli…
-
### Discussed in https://github.com/quirrel-dev/quirrel/discussions/1150
Originally posted by **nilooy** June 25, 2023
is it possible to use quirrel queue with vercel edge function? i was look…