FreedomIntelligence / LLMZoo

⚡LLM Zoo is a project that provides data, models, and evaluation benchmark for large language models.⚡
Apache License 2.0
2.93k stars 201 forks source link

Is it possible the have the Web API inteface just like 'llmzoo.deploy.cli' #13

Open timiil opened 1 year ago

timiil commented 1 year ago

as the title, if we have some http apis serve to create convarsation, append the context messages, call the selected LLM model the generate the response text ,

is it possible ?

anden007 commented 1 year ago

good idea!

zhjohnchan commented 1 year ago

Hi @timiil and @anden007,

Thanks for your attention.

Now, you can deploy a web application. See here.

Best, Zhihong

timiil commented 1 year ago

Hi @timiil and @anden007,

Thanks for your attention.

Now, you can deploy a web application. See here.

Best, Zhihong

tks, very nice. 谢谢

xldistance commented 1 year ago

Which URL to use to log into the web app,I can't start the web after following the tutorial and typing three commands