mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
test: fix test
This commit is contained in:
parent
57d2794add
commit
4270d0147d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ print(env_keys)
|
||||||
repo_base = "./"
|
repo_base = "./"
|
||||||
print(os.listdir(repo_base))
|
print(os.listdir(repo_base))
|
||||||
docs_path = (
|
docs_path = (
|
||||||
"../docs/my-website/docs/proxy/config_settings.md" # Path to the documentation
|
"./docs/my-website/docs/proxy/config_settings.md" # Path to the documentation
|
||||||
)
|
)
|
||||||
documented_keys = set()
|
documented_keys = set()
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue