JustinTX commited on
Commit
acd32b1
·
verified ·
1 Parent(s): fdca2d8

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. py311/lib/python3.11/site-packages/openai/_extras/__pycache__/__init__.cpython-311.pyc +0 -0
  2. py311/lib/python3.11/site-packages/openai/_extras/__pycache__/_common.cpython-311.pyc +0 -0
  3. py311/lib/python3.11/site-packages/openai/_extras/__pycache__/numpy_proxy.cpython-311.pyc +0 -0
  4. py311/lib/python3.11/site-packages/openai/_extras/__pycache__/sounddevice_proxy.cpython-311.pyc +0 -0
  5. py311/lib/python3.11/site-packages/openai/resources/chat/__init__.py +33 -0
  6. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/__init__.cpython-311.pyc +0 -0
  7. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant.cpython-311.pyc +0 -0
  8. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_create_params.cpython-311.pyc +0 -0
  9. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_deleted.cpython-311.pyc +0 -0
  10. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_list_params.cpython-311.pyc +0 -0
  11. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_response_format_option.cpython-311.pyc +0 -0
  12. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_response_format_option_param.cpython-311.pyc +0 -0
  13. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_stream_event.cpython-311.pyc +0 -0
  14. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_tool.cpython-311.pyc +0 -0
  15. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_tool_choice.cpython-311.pyc +0 -0
  16. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_tool_choice_function.cpython-311.pyc +0 -0
  17. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_tool_choice_function_param.cpython-311.pyc +0 -0
  18. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_tool_choice_option.cpython-311.pyc +0 -0
  19. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_tool_choice_option_param.cpython-311.pyc +0 -0
  20. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_tool_choice_param.cpython-311.pyc +0 -0
  21. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_tool_param.cpython-311.pyc +0 -0
  22. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_update_params.cpython-311.pyc +0 -0
  23. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/chatkit_workflow.cpython-311.pyc +0 -0
  24. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/code_interpreter_tool.cpython-311.pyc +0 -0
  25. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/code_interpreter_tool_param.cpython-311.pyc +0 -0
  26. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/file_search_tool.cpython-311.pyc +0 -0
  27. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/file_search_tool_param.cpython-311.pyc +0 -0
  28. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/function_tool.cpython-311.pyc +0 -0
  29. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/function_tool_param.cpython-311.pyc +0 -0
  30. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/thread.cpython-311.pyc +0 -0
  31. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/thread_create_and_run_params.cpython-311.pyc +0 -0
  32. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/thread_create_params.cpython-311.pyc +0 -0
  33. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/thread_deleted.cpython-311.pyc +0 -0
  34. py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/thread_update_params.cpython-311.pyc +0 -0
  35. py311/lib/python3.11/site-packages/openai/types/beta/chat/__init__.py +3 -0
  36. py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__init__.py +32 -0
  37. py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/__init__.cpython-311.pyc +0 -0
  38. py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session.cpython-311.pyc +0 -0
  39. py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session_automatic_thread_titling.cpython-311.pyc +0 -0
  40. py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session_chatkit_configuration.cpython-311.pyc +0 -0
  41. py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session_chatkit_configuration_param.cpython-311.pyc +0 -0
  42. py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session_expires_after_param.cpython-311.pyc +0 -0
  43. py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session_file_upload.cpython-311.pyc +0 -0
  44. py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session_history.cpython-311.pyc +0 -0
  45. py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session_rate_limits.cpython-311.pyc +0 -0
  46. py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session_rate_limits_param.cpython-311.pyc +0 -0
  47. py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session_status.cpython-311.pyc +0 -0
  48. py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session_workflow_param.cpython-311.pyc +0 -0
  49. py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chatkit_attachment.cpython-311.pyc +0 -0
  50. py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chatkit_response_output_text.cpython-311.pyc +0 -0
py311/lib/python3.11/site-packages/openai/_extras/__pycache__/__init__.cpython-311.pyc ADDED
Binary file (410 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/_extras/__pycache__/_common.cpython-311.pyc ADDED
Binary file (949 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/_extras/__pycache__/numpy_proxy.cpython-311.pyc ADDED
Binary file (1.72 kB). View file
 
py311/lib/python3.11/site-packages/openai/_extras/__pycache__/sounddevice_proxy.cpython-311.pyc ADDED
Binary file (1.49 kB). View file
 
py311/lib/python3.11/site-packages/openai/resources/chat/__init__.py ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ from .chat import (
4
+ Chat,
5
+ AsyncChat,
6
+ ChatWithRawResponse,
7
+ AsyncChatWithRawResponse,
8
+ ChatWithStreamingResponse,
9
+ AsyncChatWithStreamingResponse,
10
+ )
11
+ from .completions import (
12
+ Completions,
13
+ AsyncCompletions,
14
+ CompletionsWithRawResponse,
15
+ AsyncCompletionsWithRawResponse,
16
+ CompletionsWithStreamingResponse,
17
+ AsyncCompletionsWithStreamingResponse,
18
+ )
19
+
20
+ __all__ = [
21
+ "Completions",
22
+ "AsyncCompletions",
23
+ "CompletionsWithRawResponse",
24
+ "AsyncCompletionsWithRawResponse",
25
+ "CompletionsWithStreamingResponse",
26
+ "AsyncCompletionsWithStreamingResponse",
27
+ "Chat",
28
+ "AsyncChat",
29
+ "ChatWithRawResponse",
30
+ "AsyncChatWithRawResponse",
31
+ "ChatWithStreamingResponse",
32
+ "AsyncChatWithStreamingResponse",
33
+ ]
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/__init__.cpython-311.pyc ADDED
Binary file (2.61 kB). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant.cpython-311.pyc ADDED
Binary file (3.2 kB). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_create_params.cpython-311.pyc ADDED
Binary file (5.07 kB). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_deleted.cpython-311.pyc ADDED
Binary file (756 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_list_params.cpython-311.pyc ADDED
Binary file (849 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_response_format_option.cpython-311.pyc ADDED
Binary file (844 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_response_format_option_param.cpython-311.pyc ADDED
Binary file (946 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_stream_event.cpython-311.pyc ADDED
Binary file (12.1 kB). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_tool.cpython-311.pyc ADDED
Binary file (864 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_tool_choice.cpython-311.pyc ADDED
Binary file (1.08 kB). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_tool_choice_function.cpython-311.pyc ADDED
Binary file (606 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_tool_choice_function_param.cpython-311.pyc ADDED
Binary file (748 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_tool_choice_option.cpython-311.pyc ADDED
Binary file (630 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_tool_choice_option_param.cpython-311.pyc ADDED
Binary file (720 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_tool_choice_param.cpython-311.pyc ADDED
Binary file (1.09 kB). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_tool_param.cpython-311.pyc ADDED
Binary file (793 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/assistant_update_params.cpython-311.pyc ADDED
Binary file (3.85 kB). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/chatkit_workflow.cpython-311.pyc ADDED
Binary file (1.34 kB). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/code_interpreter_tool.cpython-311.pyc ADDED
Binary file (698 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/code_interpreter_tool_param.cpython-311.pyc ADDED
Binary file (779 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/file_search_tool.cpython-311.pyc ADDED
Binary file (2 kB). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/file_search_tool_param.cpython-311.pyc ADDED
Binary file (1.91 kB). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/function_tool.cpython-311.pyc ADDED
Binary file (791 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/function_tool_param.cpython-311.pyc ADDED
Binary file (915 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/thread.cpython-311.pyc ADDED
Binary file (2.55 kB). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/thread_create_and_run_params.cpython-311.pyc ADDED
Binary file (9.66 kB). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/thread_create_params.cpython-311.pyc ADDED
Binary file (5.66 kB). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/thread_deleted.cpython-311.pyc ADDED
Binary file (747 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/__pycache__/thread_update_params.cpython-311.pyc ADDED
Binary file (2.18 kB). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/chat/__init__.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ from __future__ import annotations
py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__init__.py ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ from __future__ import annotations
4
+
5
+ from .chat_session import ChatSession as ChatSession
6
+ from .chatkit_thread import ChatKitThread as ChatKitThread
7
+ from .chatkit_attachment import ChatKitAttachment as ChatKitAttachment
8
+ from .thread_list_params import ThreadListParams as ThreadListParams
9
+ from .chat_session_status import ChatSessionStatus as ChatSessionStatus
10
+ from .chatkit_widget_item import ChatKitWidgetItem as ChatKitWidgetItem
11
+ from .chat_session_history import ChatSessionHistory as ChatSessionHistory
12
+ from .session_create_params import SessionCreateParams as SessionCreateParams
13
+ from .thread_delete_response import ThreadDeleteResponse as ThreadDeleteResponse
14
+ from .chat_session_file_upload import ChatSessionFileUpload as ChatSessionFileUpload
15
+ from .chat_session_rate_limits import ChatSessionRateLimits as ChatSessionRateLimits
16
+ from .chatkit_thread_item_list import ChatKitThreadItemList as ChatKitThreadItemList
17
+ from .thread_list_items_params import ThreadListItemsParams as ThreadListItemsParams
18
+ from .chat_session_workflow_param import ChatSessionWorkflowParam as ChatSessionWorkflowParam
19
+ from .chatkit_response_output_text import ChatKitResponseOutputText as ChatKitResponseOutputText
20
+ from .chat_session_rate_limits_param import ChatSessionRateLimitsParam as ChatSessionRateLimitsParam
21
+ from .chat_session_expires_after_param import ChatSessionExpiresAfterParam as ChatSessionExpiresAfterParam
22
+ from .chatkit_thread_user_message_item import ChatKitThreadUserMessageItem as ChatKitThreadUserMessageItem
23
+ from .chat_session_chatkit_configuration import ChatSessionChatKitConfiguration as ChatSessionChatKitConfiguration
24
+ from .chat_session_automatic_thread_titling import (
25
+ ChatSessionAutomaticThreadTitling as ChatSessionAutomaticThreadTitling,
26
+ )
27
+ from .chatkit_thread_assistant_message_item import (
28
+ ChatKitThreadAssistantMessageItem as ChatKitThreadAssistantMessageItem,
29
+ )
30
+ from .chat_session_chatkit_configuration_param import (
31
+ ChatSessionChatKitConfigurationParam as ChatSessionChatKitConfigurationParam,
32
+ )
py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/__init__.cpython-311.pyc ADDED
Binary file (2.27 kB). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session.cpython-311.pyc ADDED
Binary file (1.5 kB). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session_automatic_thread_titling.cpython-311.pyc ADDED
Binary file (703 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session_chatkit_configuration.cpython-311.pyc ADDED
Binary file (1.07 kB). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session_chatkit_configuration_param.cpython-311.pyc ADDED
Binary file (2.29 kB). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session_expires_after_param.cpython-311.pyc ADDED
Binary file (941 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session_file_upload.cpython-311.pyc ADDED
Binary file (898 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session_history.cpython-311.pyc ADDED
Binary file (821 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session_rate_limits.cpython-311.pyc ADDED
Binary file (695 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session_rate_limits_param.cpython-311.pyc ADDED
Binary file (807 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session_status.cpython-311.pyc ADDED
Binary file (462 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chat_session_workflow_param.cpython-311.pyc ADDED
Binary file (1.45 kB). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chatkit_attachment.cpython-311.pyc ADDED
Binary file (990 Bytes). View file
 
py311/lib/python3.11/site-packages/openai/types/beta/chatkit/__pycache__/chatkit_response_output_text.cpython-311.pyc ADDED
Binary file (2.78 kB). View file