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

feat: remove supports for huggingface #988

Merged
merged 1 commit into from
Nov 12, 2024
Merged

feat: remove supports for huggingface #988

merged 1 commit into from
Nov 12, 2024

Conversation

sigoden
Copy link
Owner

@sigoden sigoden commented Nov 12, 2024

The models listed on Hugging Face are incomplete and unstable. Please add models manually.

  # See https://huggingface.co/inference-api/serverless
  - type: openai-compatible
    name: huggingface
    api_base: https://api-inference.huggingface.co/v1
    api_key: hf_xxx
    models:
    - name: NousResearch/Hermes-3-Llama-3.1-8B
      max_input_tokens: 8192
      max_output_tokens: 4096
      require_max_tokens: true
      input_price: 0
      output_price: 0
    - name: mistralai/Mistral-Small-Instruct-2409
      max_input_tokens: 128000
      max_output_tokens: 4096
      require_max_tokens: true
      input_price: 0
      output_price: 0
    - name: mistralai/Mistral-Nemo-Instruct-2407
      max_input_tokens: 128000
      max_output_tokens: 4096
      require_max_tokens: true
      input_price: 0
      output_price: 0

@sigoden sigoden merged commit f720135 into main Nov 12, 2024
3 checks passed
@sigoden sigoden deleted the feat branch November 12, 2024 23:58
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