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

Add docs for VLLM #792

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Add docs for VLLM #792

merged 1 commit into from
Jul 16, 2024

Conversation

hellovai
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Jul 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
baml ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 16, 2024 4:47am

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Summary

  • Added documentation for VLLM provider in docs/docs/snippets/clients/providers/other.mdx
  • Included example configuration for VLLM client
  • Specified base URL, API key, and model for VLLM provider

1 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings

provider openai
options {
base_url "http://localhost:8000/v1"
api_key "token-abc123"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style: Consider using an environment variable for the API key instead of hardcoding it.

Suggested change
api_key "token-abc123"
api_key env.VLLM_API_KEY

@hellovai hellovai merged commit 79e8773 into canary Jul 16, 2024
9 checks passed
@hellovai hellovai deleted the hellovai-patch-1 branch July 16, 2024 04:48
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

Successfully merging this pull request may close these issues.

1 participant