mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +02:00
fix http response
This commit is contained in:
parent
96b300f100
commit
c6dd657ec6
2 changed files with 3 additions and 2 deletions
|
|
@ -347,7 +347,8 @@ impl StreamContext {
|
||||||
ARCH_INTERNAL_CLUSTER_NAME,
|
ARCH_INTERNAL_CLUSTER_NAME,
|
||||||
&path,
|
&path,
|
||||||
headers.into_iter().collect(),
|
headers.into_iter().collect(),
|
||||||
Some(tool_params_json_str.as_bytes()),
|
None,
|
||||||
|
// Some(tool_params_json_str.as_bytes()),
|
||||||
vec![],
|
vec![],
|
||||||
Duration::from_secs(5),
|
Duration::from_secs(5),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ endpoints:
|
||||||
protocol: https
|
protocol: https
|
||||||
|
|
||||||
system_prompt: |
|
system_prompt: |
|
||||||
You are a music assistant. Extract critical details from the JSON response from Spotify like album images, artist name and artist image and display in a neat HTML-friendly way.
|
You are a music assistant. Extract critical details from the JSON response from Spotify like album images, artist name and artist image and display in a neat HTML-friendly way. Only include artist album cover in the response.
|
||||||
|
|
||||||
llm_providers:
|
llm_providers:
|
||||||
- name: OpenAI
|
- name: OpenAI
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue