anhhtca

Results 4 issues of anhhtca

### Describe the feature or improvement you're requesting Hello, Is there a way to detect source code in ChatGPT responses ? Example: - Prompt: `how to write hello world using...

Hi, I have a **backend API** with the code for `/api/chat` as follows: ```js const nonStreamingModel = new ChatOpenAI({ modelName: "gpt-3.5-turbo", }, configuarion) const streamingModel = new ChatOpenAI({ streaming: true,...

Hi, Users will provide their own keys to call Google Gemini Api. Is there any way to do that? Regards,

question
clarification-needed

Hello, This is not an issue, just a question need help: I added `owner_sid` to the `documents` table to determine the ownership of documents by users and only allow users...