Skip to content

Commit 3d87586

Browse files
committed
git puMerge branch 'main' of https://github.com/NPC-Worldwide/npcpy
2 parents c777bb7 + ae9a715 commit 3d87586

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ It’s the heart of the Inca Empire, a crucial logistical hub, and holds immense
3737
```
3838

3939

40-
Here is an example for getting responses for setting up an agent team:
40+
Here is an example for setting up an agent team:
4141

4242
```
4343
from npcpy.npc_compiler import NPC, Team

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def package_files(directory):
1717
# Base requirements (no LLM packages)
1818
base_requirements = [
1919
"jinja2",
20+
"litellm",
2021
"scipy",
2122
"numpy",
2223
"requests",
@@ -46,7 +47,6 @@ def package_files(directory):
4647

4748
# API integration requirements
4849
api_requirements = [
49-
"litellm",
5050
"anthropic",
5151
"openai",
5252
"google-generativeai",

0 commit comments

Comments
 (0)