Skip to content

Commit 2a1d10f

Browse files
committed
remove exported stuff that doesn't need to be exported
1 parent a7883a1 commit 2a1d10f

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

openai/chat_completions.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,5 @@ end
253253
return {
254254
ChatSession = ChatSession,
255255
test_message = test_message,
256-
test_function = test_function,
257-
parse_chat_response = parse_chat_response,
258-
parse_error_message = parse_error_message,
259-
parse_completion_chunk = parse_completion_chunk,
260-
consume_json_head = consume_json_head,
261256
create_chat_stream_filter = create_chat_stream_filter
262257
}

openai/chat_completions.moon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,5 @@ class ChatSession
249249
{
250250
:ChatSession
251251
:test_message
252-
:test_function
253-
:parse_chat_response
254-
:parse_error_message
255-
:parse_completion_chunk
256-
:consume_json_head
257252
:create_chat_stream_filter
258253
}

0 commit comments

Comments
 (0)