We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I wanted to test Claude Sonnet 3.5 like you showed on X, but I got an error:
echo "YOUR_ANTHROPIC_TOKEN" > ~/.config/anthropic.token
$ chatsh s Error: openai.token file not found in ~/.config/ Please make sure the file exists and contains your OpenAI API token.
I tried to select Claude model based on this code, but it didn't work. Could you add the commands to do so.
AI-scripts/Chat.mjs
Line 15 in 3cf2022
Thanks a lot.
The text was updated successfully, but these errors were encountered:
it seems like this is an old issue, claude-3-5-sonnet-20240620 is the new default.
claude-3-5-sonnet-20240620
try to:
npm i
~/.config/anthropic.token
./chatsh.mjs
chatsh
Sorry, something went wrong.
No branches or pull requests
I wanted to test Claude Sonnet 3.5 like you showed on X, but I got an error:
I tried to select Claude model based on this code, but it didn't work. Could you add the commands to do so.
AI-scripts/Chat.mjs
Line 15 in 3cf2022
Thanks a lot.
The text was updated successfully, but these errors were encountered: