Skip to content

Commit ccf5f1d

Browse files
committed
chore: update banner url
1 parent 0030eb2 commit ccf5f1d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

readme.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="left">
22
<a href="https://orquesta.cloud" target="_blank">
3-
<img src="https://raw.githubusercontent.com/orquestadev/orquesta-javascript/main/img/banner.png" alt="Orquesta" height="84">
3+
<img src="https://raw.githubusercontent.com/orquestadev/orquesta-node/main/img/banner.png" alt="Orquesta">
44
</a>
55
</p>
66

@@ -164,7 +164,3 @@ Methods:
164164
- <code>client.deployments.<a href="https://github.com/orquestadev/orquesta-python/blob/main/orquesta_sdk/api_resources/deployments.ts#L306">get_config</a>({ ...params }) -> `DeploymentConfig`</code>
165165
- <code>client.deployments.<a href="https://github.com/orquestadev/orquesta-python/blob/orquesta_sdk/api_resources/deployments.ts#L325">invoke</a>({ ...params }) -> `Deployment` </code>
166166
- <code>client.deployments.<a href="https://github.com/orquestadev/orquesta-python/blob/orquesta_sdk/api_resources/deployments.ts#L359">invoke_with_stream</a>({ ...params }) -> `Generator[Deployment, Any, None]` </code>
167-
168-
# Examples
169-
170-
You can find more examples in the notebooks folder. In there we cover how to use the SDK in different scenarios to handle `text` models, `image` models and `tool calling`.

0 commit comments

Comments
 (0)