Skip to content

Commit 2931b57

Browse files
committed
Add Embabel Starters for OpenAi and Anthropic models
1 parent a311eee commit 2931b57

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@
1919
<module>examples-common</module>
2020
</modules>
2121

22+
<dependencies>
23+
<dependency>
24+
<groupId>com.embabel.agent</groupId>
25+
<artifactId>embabel-agent-starter-openai</artifactId>
26+
</dependency>
27+
28+
<dependency>
29+
<groupId>com.embabel.agent</groupId>
30+
<artifactId>embabel-agent-starter-anthropic</artifactId>
31+
</dependency>
32+
</dependencies>
33+
2234
<repositories>
2335
<repository>
2436
<id>embabel-releases</id>

0 commit comments

Comments
 (0)