-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add links to sdk #910 #958
add links to sdk #910 #958
Conversation
Generally this looks great. Is there any way we can make the link relative instead of fully-qualified absolute? Do we have a policy on that? @qingyun-wu |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #958 +/- ##
=======================================
Coverage 26.54% 26.54%
=======================================
Files 28 28
Lines 3805 3805
Branches 865 865
=======================================
Hits 1010 1010
Misses 2724 2724
Partials 71 71
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
all links changed to relative |
* wip * check relative link * all links changed to relative * Update website/docs/Use-Cases/agent_chat.md --------- Co-authored-by: Qingyun Wu <[email protected]>
…soft#958) * workflow; model str; timeout * voting * notebook * pull request * recover workflow * voted answer * aoai * ignore None answer * default config * note * gpt-4 * n=5 * cleanup * config name * introduction * readme * avoid None * add output/ to gitignore * openai version * invalid var * comment long running cells
* wip * check relative link * all links changed to relative * Update website/docs/Use-Cases/agent_chat.md --------- Co-authored-by: Qingyun Wu <[email protected]>
Add links to SDK
Closes #910
Checks