mirror of
https://github.com/zlwaterfield/scramble.git
synced 2026-04-26 16:05:59 +03:00
[GH-ISSUE #12] Issue while using xAI API Key #8
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/scramble#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dineshroxonn on GitHub (Nov 18, 2024).
Original GitHub issue: https://github.com/zlwaterfield/scramble/issues/12
HI I have taken a api key from console.x.ai and used it in scramble settings but while refining my text I am getting an error
Error: Failed to enhance text with Groq. Error: Groq API request failed: Unknown request URL: POST /v1/chat/completions. Please check the URL for typos, or see the docs at https://console.groq.com/docs/
@dineshroxonn commented on GitHub (Nov 18, 2024):
added this url in custom end points and its working now thanks
https://api.x.ai/v1/chat/completions
@zlwaterfield commented on GitHub (Nov 29, 2024):
Thanks, I'll take a look!