fireworks[patch]: Add Fireworks partner packages (#17694)

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
Yufei (Benny) Chen
2024-02-23 12:45:47 -08:00
committed by GitHub
parent 11cf95e810
commit ee6a773456
31 changed files with 4740 additions and 1550 deletions

View File

@@ -0,0 +1,8 @@
"""Main entrypoint into package."""
from importlib import metadata
try:
__version__ = metadata.version(__package__)
except metadata.PackageNotFoundError:
# Case where package metadata is not available.
__version__ = ""