Skip to content

Commit fbc5286

Browse files
committed
remove streaming, remove toolcalling
1 parent f6f189e commit fbc5286

File tree

6 files changed

+2
-84
lines changed

6 files changed

+2
-84
lines changed

examples/express-together-llamaindex/src/functions/getCurrentTime.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
export * from './together-ai';
2-
export * from './getCurrentTime';
1+
export * from './together-ai';

examples/express-together-llamaindex/src/functions/together-ai/chatCompletionStream.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
export * from './chatCompletionBasic';
2-
export * from './chatCompletionStream';
32
export * from './createEmbedding';
43
export * from './utils/parseToolResponse';

examples/express-together-llamaindex/src/services.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Simple example to start two services in the same file
2-
import { togetherChatCompletionBasic, getCurrentTime } from "./functions";
2+
import { togetherChatCompletionBasic } from "./functions";
33
import { client } from "./client";
44

55
export async function services() {
@@ -10,7 +10,6 @@ export async function services() {
1010
client.startService({
1111
workflowsPath,
1212
functions: {
13-
getCurrentTime,
1413
// add other functions here
1514
},
1615
}),

examples/express-together-llamaindex/src/workflows/chatCompletionBasicToolCall.ts

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)