mirror of
https://github.com/katanemo/plano.git
synced 2026-07-23 16:51:04 +02:00
Fixing relative link to the shared chatbotui in the spotify demo, and add references to it in the README (#400)
This commit is contained in:
parent
0ea237fbac
commit
6ad70d9737
3 changed files with 32 additions and 53 deletions
|
|
@ -82,7 +82,7 @@ system_prompt: |
|
|||
Make sure your output is valid Markdown. And don't say "formatted in Markdown". Thanks!
|
||||
|
||||
llm_providers:
|
||||
- name: OpenAI
|
||||
- name: openai
|
||||
provider_interface: openai
|
||||
access_key: $OPENAI_API_KEY
|
||||
model: gpt-4o
|
||||
|
|
@ -120,36 +120,3 @@ prompt_targets:
|
|||
path: /v1/artists/{artist_id}/top-tracks
|
||||
http_headers:
|
||||
Authorization: "Bearer $SPOTIFY_CLIENT_KEY"
|
||||
|
||||
# - name: search_for_item
|
||||
# description: Get information about albums, artists, playlists, tracks, shows, episodes or audiobooks. You can search for an item by its name, creator, or topic.
|
||||
# parameters:
|
||||
# - name: q
|
||||
# description: Your search query, which can include keywords related to the item name, its creator, or its topic.
|
||||
# required: true
|
||||
# type: str
|
||||
# - name: type
|
||||
# type: str
|
||||
# description: The type of the item to search for (e.g., album, artist, playlist, track, show, episode, audiobook).
|
||||
# enum:
|
||||
# - album
|
||||
# - artist
|
||||
# - playlist
|
||||
# - track
|
||||
# - show
|
||||
# - episode
|
||||
# - audiobook
|
||||
# required: true
|
||||
# - name: market
|
||||
# type: str
|
||||
# description: A country code
|
||||
# default: US
|
||||
# - name: limit
|
||||
# type: integer
|
||||
# description: The maximum number of results to return
|
||||
# default: "5"
|
||||
# endpoint:
|
||||
# name: spotify
|
||||
# path: /v1/search
|
||||
# http_headers:
|
||||
# Authorization: "Bearer $SPOTIFY_CLIENT_KEY"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
chatbot_ui:
|
||||
build:
|
||||
context: ../shared/chatbot_ui
|
||||
context: ../../shared/chatbot_ui
|
||||
ports:
|
||||
- "18080:8080"
|
||||
environment:
|
||||
|
|
@ -14,7 +14,7 @@ services:
|
|||
|
||||
jaeger:
|
||||
build:
|
||||
context: ../shared/jaeger
|
||||
context: ../../shared/jaeger
|
||||
ports:
|
||||
- "16686:16686"
|
||||
- "4317:4317"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue