File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 12
12
project = "orquesta_sdk"
13
13
copyright = "2023, orquesta"
14
14
author = "orquesta"
15
- release = "1.11.5 "
15
+ release = "1.11.6 "
16
16
17
17
# -- General configuration ---------------------------------------------------
18
18
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 1
- __version__ = "1.11.5 "
1
+ __version__ = "1.11.6 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " orquesta_sdk"
3
- version = " 1.11.5 "
3
+ version = " 1.11.6 "
4
4
description = " _LLM Operations and Integration Platform_"
5
5
authors = [" Orquesta <info@orquesta.dev>" ]
6
6
classifiers = [
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ The `query` method receives an object of type `OrquestaPromptRequest` as paramet
139
139
140
140
``` python
141
141
142
- from orquesta_sdk.helpers import orquesta_openai_parameters_mapper
142
+ from orquesta_sdk.prompts import OrquestaPromptRequest
143
143
144
144
request = OrquestaPromptRequest(
145
145
key = " prompt_key" ,
@@ -151,8 +151,6 @@ request = OrquestaPromptRequest(
151
151
prompt = client.prompts.query(
152
152
request = request,
153
153
)
154
-
155
- openai_api_parameters = orquesta_openai_parameters_mapper(prompt.value)
156
154
```
157
155
158
156
#### Helper functions per LLM provider
You can’t perform that action at this time.
0 commit comments