Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 4, 2024
1 parent 808546f commit cef5840
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/resources/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ def get_youdaozhiyun_app_info() -> tuple[str, str]:
return os.getenv("YDAPPID", ""), os.getenv("YDAPPSEC", "")


config.options["youdaozhiyun"]["get_youdaozhiyun_app_info"] = get_youdaozhiyun_app_info
config.options["youdaozhiyun"]["get_youdaozhiyun_app_info"] = (
get_youdaozhiyun_app_info
)
```

### OpenAI
Expand Down

0 comments on commit cef5840

Please sign in to comment.