Skip to content

Commit

Permalink
fix: codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
chr-hertel committed Sep 26, 2024
1 parent 38d9641 commit a418aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DependencyInjection/LlmChainExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
use PhpLlm\LlmChain\OpenAI\Platform\Azure as AzurePlatform;
use PhpLlm\LlmChain\OpenAI\Platform\OpenAI as OpenAIPlatform;
use PhpLlm\LlmChain\Store\Azure\SearchStore as AzureSearchStore;
use PhpLlm\LlmChain\Store\MongoDB\SearchStore as MongoDBStore;
use PhpLlm\LlmChain\Store\ChromaDb\Store as ChromaDbStore;
use PhpLlm\LlmChain\Store\MongoDB\SearchStore as MongoDBStore;
use PhpLlm\LlmChain\Store\StoreInterface;
use PhpLlm\LlmChain\Store\VectorStoreInterface;
use PhpLlm\LlmChain\ToolBox\AsTool;
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
use PhpLlm\LlmChain\OpenAI\Platform\Azure as AzurePlatform;
use PhpLlm\LlmChain\OpenAI\Platform\OpenAI as OpenAIPlatform;
use PhpLlm\LlmChain\Store\Azure\SearchStore as AzureSearchStore;
use PhpLlm\LlmChain\Store\MongoDB\SearchStore as MongoDBStore;
use PhpLlm\LlmChain\Store\ChromaDb\Store as ChromaDbStore;
use PhpLlm\LlmChain\Store\MongoDB\SearchStore as MongoDBStore;
use PhpLlm\LlmChain\ToolBox\ParameterAnalyzer;
use PhpLlm\LlmChain\ToolBox\ToolAnalyzer;
use PhpLlm\LlmChain\ToolBox\ToolBox;
Expand Down

0 comments on commit a418aa0

Please sign in to comment.