Skip to content
Discussion options

You must be logged in to vote

@aiUser1001

After merging this #2895, the following config values will work for you:

endpoints:
  custom:
    - name: 'Llama3'
      apiKey: '${DATABRICKS_API_KEY}'
      baseURL: 'your_databricks_url_ending_with_invocations'
      models:
        default: [
          "databricks-meta-llama-3-70b-instruct",
        ]
        fetch: false
      titleConvo: true
      titleModel: 'databricks-meta-llama-3-70b-instruct'
      modelDisplayLabel: 'YourModelDisplayLabel'
      titleMessageRole: 'user' # <-----------NEW
      directEndpoint: true # <---------------NEW
  • directEndpoint: beneficial for when a custom endpoint's baseURL is the complete endpoint, without needing the appended path of /c…

Replies: 3 comments 15 replies

Comment options

You must be logged in to vote
2 replies
@aiUser1001
Comment options

@danny-avila
Comment options

Comment options

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

@aiUser1001
Comment options

@aiUser1001
Comment options

@danny-avila
Comment options

@aiUser1001
Comment options

Comment options

You must be logged in to vote
6 replies
@aiUser1001
Comment options

@aiUser1001
Comment options

@danny-avila
Comment options

@danny-avila
Comment options

Answer selected by aiUser1001
@danny-avila
Comment options

@jainrahulsethi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants