LibreChat/api/server/routes/ask
Daniel Avila dfec4bfe3a refactor(ChatAgent.js, handlers.js): stringify toolInput object in logs
The `toolInput` object was not being properly logged in the `ChatAgent.js` and `handlers.js` files. The `JSON.stringify()` method was added to properly log the object.
2023-06-16 00:04:35 -04:00
..
addToCache.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
askBingAI.js Fix Input losing focus (#382) 2023-05-26 14:32:13 -04:00
askChatGPTBrowser.js feat(OpenAI, PaLM): Add model support for new OpenAI models and codechat-bison (#516) 2023-06-13 16:42:01 -04:00
askGoogle.js feat(OpenAI, PaLM): Add model support for new OpenAI models and codechat-bison (#516) 2023-06-13 16:42:01 -04:00
askGPTPlugins.js refactor(StableDiffusion.js): update prompt and negative_prompt schema descriptions to include minimum number of keywords 2023-06-16 00:04:35 -04:00
askOpenAI.js feat(OpenAI, PaLM): Add model support for new OpenAI models and codechat-bison (#516) 2023-06-13 16:42:01 -04:00
handlers.js refactor(ChatAgent.js, handlers.js): stringify toolInput object in logs 2023-06-16 00:04:35 -04:00
index.js feat: Plugins endpoint - Reverse Engineering of official Plugins features (#197) 2023-06-10 19:10:03 -04:00