yujonglee / eval

Evaluate your LLM apps, RAG pipeline, any generated text, and more!
MIT License
0 stars 0 forks source link

Move litellm.api_base #97

Closed yujonglee closed 1 year ago

yujonglee commented 1 year ago

https://github.com/fastrepl/fastrepl/blob/2cbf1de3559a68a3f585ea64f176dfe0aa8b93c5/fastrepl/pytest_plugin.py#L43-L44

After https://github.com/BerriAI/litellm/issues/260 resolved, litellm has api_base param in completion function.

Blocker is:

yujonglee commented 1 year ago

BTW, code modified in #102.

https://github.com/fastrepl/fastrepl/blob/214819a97de14bd6d095d69edc90736eef250ce7/fastrepl/pytest_plugin.py#L42-L45

yujonglee commented 1 year ago

We better just to do raw HTTP request to proxy server on CI runner env.

yujonglee commented 1 year ago

This is no longer need after #112