Initial commit: add .gitignore and README
This commit is contained in:
13
fusionagi/api/openai_compat/__init__.py
Normal file
13
fusionagi/api/openai_compat/__init__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""OpenAI-compatible API bridge for Cursor Composer and other OpenAI API consumers."""
|
||||
|
||||
from fusionagi.api.openai_compat.translators import (
|
||||
messages_to_prompt,
|
||||
estimate_usage,
|
||||
final_response_to_openai,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"messages_to_prompt",
|
||||
"estimate_usage",
|
||||
"final_response_to_openai",
|
||||
]
|
||||
Reference in New Issue
Block a user