mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
LITELLM_TOKEN
This commit is contained in:
parent
e371b217ec
commit
6382b8a68b
2 changed files with 3 additions and 1 deletions
|
|
@ -53,3 +53,6 @@ personal_access_token = ""
|
|||
[bitbucket]
|
||||
# Bitbucket personal bearer token
|
||||
bearer_token = ""
|
||||
|
||||
[litellm]
|
||||
LITELLM_TOKEN = "" # see https://docs.litellm.ai/docs/debugging/hosted_debugging for details and instructions on how to get a token
|
||||
|
|
@ -96,5 +96,4 @@ polling_interval_seconds = 30
|
|||
# patch_server_token = ""
|
||||
|
||||
[litellm]
|
||||
#LITELLM_TOKEN = "..." # see https://docs.litellm.ai/docs/debugging/hosted_debugging for details and instructions
|
||||
#use_client = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue