Issues
- 2
- 2
- 1
- 2
- 2
Add support for GPT-4-0806 model in models.py
#97 opened by mentatai - 2
- 2
- 1
json-mode with Claude missing "{"
#76 opened by granawkins - 1
Add converters
#78 opened by jakethekoenig - 1
Add response validation
#65 opened by jakethekoenig - 0
- 0
- 0
Add fine tuned model recognizing
#50 opened by PCSwingle - 0
- 0
Add embedding model context length
#52 opened by PCSwingle - 0
- 0
Add DALLE and other image model support
#53 opened by PCSwingle - 0
Spice Prompt Management
#37 opened by biobootloader - 0
Easier way to construct messages
#41 opened by PCSwingle - 0
Add anthropic message conversion
#30 opened by PCSwingle - 1
Add way to pass in api keys to client
#40 opened by PCSwingle - 0
strict / warning mode
#39 opened by PCSwingle - 1
Spice decorator
#33 opened by PCSwingle - 1
Anthropic token counting
#31 opened by PCSwingle - 0
Add total session cost tracking to `Spice` - replacing how it's done on Mentat
#28 opened by biobootloader - 1
Raise SpiceMissingKeyError whenever missing keys required for a provider, and update Mentat catch and again ask the user for key
#27 opened by biobootloader - 1
- 0
Add docstrings including specifics on what errors can be raised for all public functions / classes
#26 opened by biobootloader - 0
Replace `SpiceEmbeddings` and `SpiceWhisper` with `embeddings` and `whisper` methods on `Spice`
#25 opened by biobootloader - 0
- 3
move dependencies from requirements.txt and dev-requirements.txt to pyproject.toml
#20 opened by biobootloader - 1
Add whisper support
#17 opened by biobootloader - 1
- 1
`call_llm` should create a Timing object and attach it to the SpiceResponse it returns
#5 opened by biobootloader