Skip to content
New issue

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

Fireworks as an LLM provider? #12

Closed
aimzieslol opened this issue Jun 26, 2024 · 1 comment
Closed

Fireworks as an LLM provider? #12

aimzieslol opened this issue Jun 26, 2024 · 1 comment

Comments

@aimzieslol
Copy link

I did attempt it using podman but it gets upset at my -G definition:

openai://accounts/fireworks/models/llama-v3-8b-hf@api.fireworks.ai/inference/v1

Yes, Fireworks defines accounts/fireworks/models/llama-v3-8b-hf as the entire model name. Yes, you have to provide the /inference/v1 for their chat completions.

Workarounds would be appreciated! I'll use Groq in the meantime.

@evilsocket
Copy link
Owner

Hi! I had to integrate it, fortunately the API is the same of OpenAI so it was pretty quick! :D

nerve -G "fireworks://llama-v3-70b-instruct" ...

Keep in mind that llama-v3-8b-hf will fail with: model is missing conversation_config, please use /completions API instead because of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants