Skip to content

Commit cebb5f1

Browse files
committed
update links
1 parent 01e9822 commit cebb5f1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ it allows you to easily use the openai realtime api in your svelte(kit) project.
66

77
work in progress, but it should be functional.
88

9-
demo here (enter your own api key, as always be careful with stuff like that and e.g. use a 2$ limited api key): https://flo-bit.dev/svelte-openai-realtime-api/
9+
demos here (enter your own api key, as always be careful with stuff like that and e.g. use a 2$ limited api key):
10+
11+
basic chat: https://flo-bit.dev/svelte-openai-realtime-api/
12+
13+
chat with visualizations: https://flo-bit.dev/svelte-openai-realtime-api/visualizations-chat
14+
15+
visualizations only: https://flo-bit.dev/svelte-openai-realtime-api/visualizations-input
1016

1117
https://github.com/user-attachments/assets/c1e96dac-98b5-4e16-95e8-9cbc6e60865d
1218

@@ -65,6 +71,10 @@ $ npm i openai/openai-realtime-api-beta
6571

6672
see `src/routes/+page.svelte` for a full example.
6773

74+
## visualization
75+
76+
see `src/routes/visulizations-chat/+page.svelte` for an example of how to visualize the audio input and output.
77+
6878
## relay server
6979

7080
for production use, you will need to use a relay server to use the realtime api.

0 commit comments

Comments
 (0)