Logo
Explore Help
Register Sign In
ishangsf/workflows
2
0
Fork 0
You've already forked workflows
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
workflows/libs/llm_api/__init__.py

4 lines
295 B
Python
Raw Normal View History

feat: Enhance LLM API with new decorators and confirmations - Added new decorators for LLM functions, parameters, and confirmations. - Introduced confirmation dialogs for calls and edits within LLM interactions. - Streamlined integration of LLM tool schemas and response handling.
2024-01-31 16:14:15 +08:00
from .openai import chat_completion_no_stream_return_json, chat_completion_stream, llm, llm_call_confirm, llm_edit_confirm, llm_func, llm_param
feat: Integrate LLM API and UI utility functions - Added new LLM API functions for non-streaming chat completions - Introduced UI utility functions for input/output interaction - Implemented multi-select and single-select UI components
2023-12-08 10:37:32 +08:00
feat: Enhance LLM API with new decorators and confirmations - Added new decorators for LLM functions, parameters, and confirmations. - Introduced confirmation dialogs for calls and edits within LLM interactions. - Streamlined integration of LLM tool schemas and response handling.
2024-01-31 16:14:15 +08:00
__all__ = ["chat_completion_stream", "chat_completion_no_stream_return_json", "llm", "llm_call_confirm", "llm_edit_confirm", "llm_func", "llm_param"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 27ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API