Logan Yang

Results 324 comments of Logan Yang

> FWIW, when I got this message, it might have possibly happened when I had two installations of GHDesktop installing in parallel (because Edge's UI doesn't make it clear when...

hi @lhchau, thanks for checking this out. This project is not actively maintained at the moment, but feel free to make your own fork if you have time to implement...

> The embeddings API seems to just be using the tokenizer of the respective models @mikkel1156 Interesting, did you search the source code to get to this conclusion? If this...

I have this exact question, asked in Discord and didn't get a clear answer. I feel this should be in the Ollama doc.

Seeing the same issue, applied the workaround and seems to work. But since it is a non-streaming openai client, it triggers the error `Refused to set unsafe header "User-Agent"` for...

Any update on this one? It's still giving me rephrased questions.

I'm also seeing this error in the browser. What I'm doing is just ```js const chatOpenAI = new ChatOpenAI({ openAIApiKey: key, modelName: 'gpt-3.5-turbo', temperature: 0.7, maxTokens: 1000, streaming: true, });...

@dqbd thank you so much 🙏 Just upgraded and it works!

Also getting the same 401 error with approval from both meta and hf. Went thru these steps still no luck > I was also getting the same issue. It worked...

@vividfog i understand serve and run are different things, serve ofc doesn't know which model the user is gonna call. However, my original point is that **it's failing silently without...