You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux: Linux fedora-workstation 6.11.10-300.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Nov 23 00:51:20 UTC 2024 x86_64 GNU/Linux Docker: Docker version 27.3.1, build ce12230 , Docker Desktop 4.36.0 (175267) Manuscript-core: Latest commit (as of 12/04/2024)
Steps to reproduce
Ensure ENV VAR for OPENAI_API_KEY is set. ⚙️
Launch manuscript-cli init <job_name> 🚀
Ensure manuscript-cli list shows that <job_name> is running/started successfully. ✔️
Run manuscript-cli chat <job_name> 💬
Choose ChatGPT/OpenAI as provider integration
✔️ Expected Behavior
Description
manuscript-cli chat <job_name> on a valid job name with a working Open AI API key should produce results similar to what is produced by gaia: a simple response formatted as plaintext.
Screenshot
❌ Actual Behavior
Description
No matter the question input, manuscript-cli chat produces the following:
🏄🏼You: Processing your question...
{[]}
Error getting response: no valid response from Openai
Screenshot
The text was updated successfully, but these errors were encountered:
KagemniKarimu
changed the title
manuscript-cli chat gets no valid response from OpenAI
🤖 manuscript-cli chat gets no valid response from OpenAI
Dec 14, 2024
Self Checks
Environment
Steps to reproduce
OPENAI_API_KEY
is set. ⚙️manuscript-cli init <job_name>
🚀manuscript-cli list
shows that<job_name>
is running/started successfully. ✔️manuscript-cli chat <job_name>
💬✔️ Expected Behavior
Description
manuscript-cli chat <job_name>
on a valid job name with a working Open AI API key should produce results similar to what is produced bygaia
: a simple response formatted as plaintext.Screenshot
❌ Actual Behavior
Description
No matter the question input,
manuscript-cli chat
produces the following:Screenshot
The text was updated successfully, but these errors were encountered: