gpt-4o for titles and add claude-opus

modified:   README.rst
	modified:   app.py
This commit is contained in:
Russell Ballestrini 2024-07-08 17:33:12 -04:00
parent 393769bcf7
commit da5a8cbcfa
2 changed files with 12 additions and 3 deletions

View file

@ -96,6 +96,7 @@ To interact with the various language models, you can use the following commands
- For GPT-4, send a message with ``gpt-4`` and include your prompt.
- For Claude-haiku, send a message with ``claude-haiku`` and include your prompt.
- For Claude-sonnet, send a message with ``claude-sonnet`` and include your prompt.
- For Claude-opus, send a message with ``claude-opus`` and include your prompt.
- For Mistral-tiny, send a message with ``mistral-tiny`` and include your prompt.
- For Mistral-small, send a message with ``mistral-small`` and include your prompt.
- For Mistral-medium, send a message with ``mistral-medium`` and include your prompt.