open-interpreter
open-interpreter copied to clipboard
Latest models of Together AI - `Llama-3-70b-chat-hf`
Is your feature request related to a problem? Please describe.
Hello!
The issue is related to the use of Together AI
models, such as CodeLlama-34b
and Llama-3-70b-chat-hf
.
Despite that CodeLlama-34b
exists in this LiteLLM documentation, I got the following issue:
NotFoundError: Together_aiException - Error code: 404 - {'error': {'message': 'Unable to access model togethercomputer/CodeLlama-34b. Please visit https://api.together.xyz to see the list
of supported models or contact the owner to request access.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}
Here is the issue related to Llama-3-70b-chat-hf
:
NotFoundError: Together_aiException - Error code: 404 - {'error': {'message': 'Unable to access model togethercomputer/Llama-3-70b-chat-hf. Please visit https://api.together.xyz to see the
list of supported models or contact the owner to request access.', 'type': 'invalid_request_error', 'param': None, 'code': 'model_not_found'}}
My question: is Llama-3-70b-chat-hf
supported in Open Interpreter
?
if yes, can you please provide me with its Function Call
?
Describe the solution you'd like
Integrate latest models of Llama
in Together AI
to Open Interpreter
.
Describe alternatives you've considered
No response
Additional context
No response