Open kurama3322 opened 2 months ago
Reduce code duplication as much as possible in lib/models/llm/openai-llm-list.ts. Use 1 variable for modelId and hostedId type OpenAILLMID.
lib/models/llm/openai-llm-list.ts
modelId
hostedId
OpenAILLMID
Tenten turned this issue into this commit: https://github.com/kurama3322/ai-chatbot/commit/d7a0d8321d15ad5e7f3a2d31240060c50de6970a
Reduce code duplication as much as possible in
lib/models/llm/openai-llm-list.ts
. Use 1 variable formodelId
andhostedId
typeOpenAILLMID
.