Skip to content

Commit 79518c9

Browse files
committed
bump version 0.1.10
1 parent 819f03e commit 79518c9

File tree

7 files changed

+10
-18
lines changed

7 files changed

+10
-18
lines changed

.fetch.config

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
{
22
"name": "example",
33
"description": "Example agent with MCP fetch server for web scraping and API calls",
4-
"llm_provider": {
5-
"provider": "ovhcloud",
6-
"env_vars": {
7-
"OVH_BASE_URL": "https://gpt-oss-120b.endpoints.kepler.ai.cloud.ovh.net/api/openai_compat/v1"
8-
},
9-
"model": "gpt-oss-120b",
10-
"tool_method": "FunctionCall"
11-
},
124
"tools": {
135
"builtin": ["*"],
146
"builtin_excluded": ["fetch"],

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shai-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shai"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
edition = "2021"
55

66

shai-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shai-core"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
edition = "2021"
55

66
[dependencies]

shai-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shai-http"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
edition = "2021"
55

66
[dependencies]

shai-llm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shai-llm"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
edition = "2021"
55

66
[dependencies]

shai-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shai-macros"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)