mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +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,
|
||||
&path,
|
||||
headers.into_iter().collect(),
|
||||
Some(tool_params_json_str.as_bytes()),
|
||||
None,
|
||||
// Some(tool_params_json_str.as_bytes()),
|
||||
vec![],
|
||||
Duration::from_secs(5),
|
||||
);
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ endpoints:
|
|||
protocol: https
|
||||
|
||||
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:
|
||||
- name: OpenAI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue