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
161 B
Python
Raw Permalink Normal View History

Sort and format import blocks
2024-01-05 12:27:57 +08:00
from .openai import chat_completion_no_stream_return_json, chat_completion_stream
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
fix: Update chat_completion_stream function names - Update function names in openai.py - Modify function import in __init__.py - Update function call in openai.py
2024-01-03 11:08:38 +08:00
__all__ = ["chat_completion_stream", "chat_completion_no_stream_return_json"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 36ms Template: 9ms
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