diff --git a/src/lib/components/playground/ChatCompletion.svelte b/src/lib/components/playground/ChatCompletion.svelte new file mode 100644 index 00000000..e3d822d6 --- /dev/null +++ b/src/lib/components/playground/ChatCompletion.svelte @@ -0,0 +1,105 @@ + + +
+ {#each messages as message, idx} +
+
+ +
+ +
+