Skip to content

[Question]: Order of the available models are random #2523

Answered by danny-avila
simon-franz asked this question in Q&A
Discussion options

You must be logged in to vote

what is the value of ENDPOINTS in your .env file?

You should either un-comment it or add custom to the list

ENDPOINTS=custom,openAI,azureOpenAI # more endpoints by comma

used and tested successfully:

version: 1.0.7
cache: true
endpoints:
  custom:
    - name: "LiteLLM"
      apiKey: "sk_live_xxxxxxxxxxxxxxx"
      baseURL: "http://host.docker.internal:4000"
      models:
        default: ["gpt-3.5-turbo","gpt-4","claude-v2.1","claude-v3-haiku","claude-v3-sonnet","mistral-7B","mistral-8x7B"]
        fetch: false
      titleConvo: true
      titleModel: "gpt-3.5-turbo"
      summarize: false
      summaryModel: "gpt-3.5-turbo"
      forcePrompt: false
      modelDisplayLabel: "myName"

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@danny-avila
Comment options

@danny-avila
Comment options

@simon-franz
Comment options

@danny-avila
Comment options

Answer selected by simon-franz
@simon-franz
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #2522 on April 24, 2024 18:53.