Skip to content

Commit

Permalink
Split RAG and RaaG
Browse files Browse the repository at this point in the history
  • Loading branch information
amengus87 committed Jun 6, 2024
1 parent 35bef75 commit 387bcd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@RestController
@RequestMapping("/api/raag/v1")
@Tag(name = "Open AI Compatible", description = "Compatible Endpoints following Open AI API Format")
@Tag(name = "RaaG", description = "RAG as a GPT : Compatible Endpoints following Open AI API Format")
public class OpenAiCompatibleV1ApiController {
@Autowired
private SseService sseService;
Expand Down

0 comments on commit 387bcd4

Please sign in to comment.