Pinned Loading
-
-
-
-
Streaming chat completions for OpenAI
Streaming chat completions for OpenAI 1async function* getStreamedCompletion(
2prompt: string
3): AsyncGenerator<any, void, unknown> {
4const response = await makeChatCompletionRequest(prompt);
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.