llm icon indicating copy to clipboard operation
llm copied to clipboard

Problems about additional OpenAI-API-compatible models

Open Alex4210987 opened this issue 3 months ago • 1 comments

Sorry but I cannot find solutions to this. Hope this problem won't waste your guys' time.

my question is: my extra-openai-models.yaml under the project root folder looks like:

- model_id: test
  model_name: gpt-3.5-turbo
  api_base: "https://a_website/v1/chat"
  completion: true

but when I run llm -m test 'What is the capital of France?' the output is: Error: 'test' is not a known model I don't know, maybe I've messed up with the yaml file?

Alex4210987 avatar Mar 20 '24 03:03 Alex4210987