Foad Kesheh

Results 25 comments of Foad Kesheh

I didn't do that, but I believe you should mimic what is done for docker

There are some forks that have it already. Em dom., 5 de nov. de 2023 07:11, David Moore ***@***.***> escreveu: > Integration of Open Interpreter would be possible I guess...

The issue is probably because it tries to leverage the same structure of full messages to chunks. This example didn't work for me https://github.com/TheoKanning/openai-java/blob/main/example/src/main/java/example/OpenAiApiFunctionsWithStreamExample.java

First I thought it was a Jackson version but it's gpt-4-1106-preview that works different than GPT-4 and GPT-3.5-turbo. Even the example doesn't work

See my solution on #422 . The JsonNode removes some of the " causing that issue.

Right. I will fix that. There is also a bug around tools when a non open ai model is selected

Also relative links need to be fixed

You can't acesss server side environment variables from the frontend. That is a security matter. This code has nothing to do with that.

The tools are still running of the server side. That wasn't changed. The error you postes is related of using getServerProfile in the pages directory. On pages you must use...