victordibia / llmx

An API for Chat Fine-Tuned Large Language Models (llm)
MIT License
75 stars 31 forks source link

BugFix: get_models_maxtoken_dict() will throw TypeError when the para… #16

Closed bx-h closed 8 months ago

bx-h commented 9 months ago

Default value of models in Class OpenAITextGenerator is None. The None models will cause the get_models_maxtoken_dict() fail

image image