Skip to content
New issue

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

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

Already on GitHub? # to your account

query without interactive shell broken ? #2715

Open
fredmo opened this issue Feb 13, 2025 · 2 comments
Open

query without interactive shell broken ? #2715

fredmo opened this issue Feb 13, 2025 · 2 comments
Assignees
Labels
bug Something isn't working stale

Comments

@fredmo
Copy link

fredmo commented Feb 13, 2025

On the example :
client = Client()
response = client.chat.completions.create(
model="llama-3.1-405b",
messages=[{"role": "user", "content": QUERY}],
)
return(response.choices[0].message.content)

It sounds as a regression :
1/ if QUERY is a text message, there is no answser. there is an infinity wait , without answer.
2/ if QUERY is empty , you have a shell , you do a question, you do Ctrl+D , you have the answer.

Could you re allow the mode 1/ without the interactive shell ? or update / explain in your wiki.

@fredmo fredmo added the bug Something isn't working label Feb 13, 2025
@hlohaus
Copy link
Collaborator

hlohaus commented Feb 13, 2025

Query Empty:
Blackbox: ResponseStatusError: Response 403: Query blocked
Jmuz: ResponseStatusError: Response 429: Rate limit

Query Hello:
Hello! How can I assist you today?

Copy link

Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again.

@github-actions github-actions bot added the stale label Feb 21, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

3 participants