Closed yujonglee closed 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.
litellm
api_base
completion
Blocker is:
llm.py
litellm.headers
BTW, code modified in #102.
https://github.com/fastrepl/fastrepl/blob/214819a97de14bd6d095d69edc90736eef250ce7/fastrepl/pytest_plugin.py#L42-L45
We better just to do raw HTTP request to proxy server on CI runner env.
This is no longer need after #112
https://github.com/fastrepl/fastrepl/blob/2cbf1de3559a68a3f585ea64f176dfe0aa8b93c5/fastrepl/pytest_plugin.py#L43-L44
After https://github.com/BerriAI/litellm/issues/260 resolved,
litellm
hasapi_base
param incompletion
function.Blocker is:
llm.py
. Not strong preference thoughlitellm.headers
?