File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ alias = "phi-3.5-mini"
8282# Local service if it is not already running and load the specified model.
8383manager = FoundryLocalManager(alias)
8484
85- # The remaining code us es the OpenAI Python SDK to interact with the local model.
85+ # The remaining code uses the OpenAI Python SDK to interact with the local model.
8686
8787# Configure the client to use the local Foundry service
8888client = openai.OpenAI(
Original file line number Diff line number Diff line change 66import sys
77
88from foundry_local .api import FoundryLocalManager
9+ from foundry_local .version import __version__
910
1011_logger = logging .getLogger (__name__ )
1112_logger .setLevel (logging .WARNING )
1819_logger .addHandler (_sc )
1920_logger .propagate = False
2021
21- __all__ = ["FoundryLocalManager" ]
22+ __all__ = ["FoundryLocalManager" , "__version__" ]
You can’t perform that action at this time.
0 commit comments