Skip to content

Commit

Permalink
#5140 - Support access to tag sets in prompt template
Browse files Browse the repository at this point in the history
- Consolidate more common code into the llm support module
  • Loading branch information
reckart committed Nov 10, 2024
1 parent 77ae8ac commit d977e76
Show file tree
Hide file tree
Showing 102 changed files with 625 additions and 1,212 deletions.
2 changes: 1 addition & 1 deletion inception/inception-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-imls-support-llm</artifactId>
<artifactId>inception-imls-llm-support</artifactId>
<version>35.0-SNAPSHOT</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion inception/inception-imls-azureai-openai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependencies>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
<artifactId>inception-imls-support-llm</artifactId>
<artifactId>inception-imls-llm-support</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.inception.app</groupId>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d977e76

Please sign in to comment.