Skip to content

Commit 2fe599a

Browse files
committed
Add docs
1 parent 624594b commit 2fe599a

File tree

6 files changed

+4
-6
lines changed

6 files changed

+4
-6
lines changed
File renamed without changes.

docs/cookbook/cookbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center" style="display: flex; align-items: center; justify-content: left;">
2-
<a href="https://git.io/typing-svg"><img src="https://readme-typing-svg.demolab.com?font=Georgia&size=32&duration=4000&pause=400&color=FD4578&vCenter=true&multiline=false&width=750&height=100&lines=AI+Function+Cookbook;" alt="Typing SVG" /></a>
2+
<a href="https://git.io/typing-svg"><img src="https://readme-typing-svg.demolab.com?font=Georgia&size=32&duration=4000&pause=400&color=808080&vCenter=true&multiline=false&width=750&height=100&lines=AI+Function+Cookbook;" alt="Typing SVG" /></a>
33
</div>
44

55
## Getting Started

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<div align="center" style="display: flex; align-items: center; justify-content: center;">
2+
<img src="assets/weco.svg" alt="Weco AI" style="height: 50px; margin-right: 10px;">
23
<a href="https://git.io/typing-svg"><img src="https://readme-typing-svg.demolab.com?font=Georgia&size=32&duration=4000&pause=400&color=808080&vCenter=true&multiline=false&width=200&height=50&lines=Weco+Client" alt="Typing SVG" /></a>
34
</div>
45

examples/cookbook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metadata": {},
66
"source": [
77
"<div align=\"center\" style=\"display: flex; align-items: center; justify-content: left;\">\n",
8-
" <a href=\"https://git.io/typing-svg\"><img src=\"https://readme-typing-svg.demolab.com?font=Georgia&size=32&duration=4000&pause=400&color=FD4578&vCenter=true&multiline=false&width=750&height=100&lines=AI+Function+Cookbook;\" alt=\"Typing SVG\" /></a>\n",
8+
" <a href=\"https://git.io/typing-svg\"><img src=\"https://readme-typing-svg.demolab.com?font=Georgia&size=32&duration=4000&pause=400&color=808080&vCenter=true&multiline=false&width=750&height=100&lines=AI+Function+Cookbook;\" alt=\"Typing SVG\" /></a>\n",
99
"</div>"
1010
]
1111
},

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ theme:
5656
icon:
5757
repo: fontawesome/brands/github
5858
logo: custom/weco
59-
favicon: custom/weco
59+
favicon: assets/weco.svg
6060
include_homepage_in_sidebar: true
6161
highlightjs: true
6262
hijs_languages:

weco/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -589,9 +589,6 @@ def batch_query(
589589
return_reasoning : bool, optional
590590
If True, includes reasoning in the response. Defaults to False.
591591
592-
api_key : str, optional
593-
The API key for the WecoAI service. If not provided, it must be set in the environment variable `WECO_API_KEY`.
594-
595592
Returns
596593
-------
597594
List[Dict[str, Any]]

0 commit comments

Comments
 (0)