Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🤖 manuscript-cli chat gets no valid response from OpenAI #65

Open
3 tasks done
KagemniKarimu opened this issue Dec 4, 2024 · 1 comment
Open
3 tasks done
Assignees
Labels
bug Something isn't working

Comments

@KagemniKarimu
Copy link
Contributor

Self Checks

Environment

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

  1. Ensure ENV VAR for OPENAI_API_KEY is set. ⚙️
  2. Launch manuscript-cli init <job_name> 🚀
  3. Ensure manuscript-cli list shows that <job_name> is running/started successfully. ✔️
  4. Run manuscript-cli chat <job_name> 💬
  5. 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

image

❌ 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

image

@KagemniKarimu KagemniKarimu added the bug Something isn't working label Dec 4, 2024
@KagemniKarimu
Copy link
Contributor Author

KagemniKarimu commented Dec 4, 2024

On occasion, it will also dump the results of the following query onto the commandline:

 Openai: SELECT * FROM blocks LIMIT 10;

@Liquidwe Liquidwe self-assigned this Dec 10, 2024
@KagemniKarimu 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants