Skip to content

Commit

Permalink
feat : removes unnecessary configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Mar 28, 2024
1 parent eb1b354 commit 7bc76b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 65 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
import org.springframework.context.annotation.Configuration;

@Configuration(proxyBeanMethods = false)
@OpenAPIDefinition(info = @Info(title = "llm-rag-with-springai", version = "v1.0.0"), servers = @Server(url = "/"))
@OpenAPIDefinition(info = @Info(title = "rag-springai-ollama-llm", version = "v1.0.0"), servers = @Server(url = "/"))
public class SwaggerConfig {}

0 comments on commit 7bc76b5

Please sign in to comment.