Skip to content

Commit

Permalink
fix : default embedding model
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Sep 20, 2024
1 parent aa4fc9c commit f512a7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ spring.ai.openai.base-url=http://langchain4j.dev/demo/openai
spring.ai.openai.chat.options.model=gpt-4o-mini
spring.ai.openai.chat.options.temperature=0.2
spring.ai.openai.chat.options.responseFormat=json_object
spring.ai.openai.embedding.options.model=text-embedding-3-small

spring.ai.openai.embedding.enabled=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ spring.ai.openai.image.enabled=false
spring.ai.openai.chat.options.temperature=0.2
spring.ai.openai.chat.options.model=gpt-4o-mini
spring.ai.openai.chat.options.responseFormat=json_object
spring.ai.openai.embedding.options.model=text-embedding-3-small

spring.threads.virtual.enabled=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ spring.ai.openai.image.enabled=false
spring.ai.openai.chat.options.temperature=0.7
spring.ai.openai.chat.options.model=gpt-4o-mini
spring.ai.openai.chat.options.responseFormat=json_object
spring.ai.openai.embedding.options.model=text-embedding-3-small

spring.threads.virtual.enabled=true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ spring.ai.openai.base-url=http://langchain4j.dev/demo/openai
spring.ai.openai.chat.options.model=gpt-4o-mini
spring.ai.openai.chat.options.temperature=0.2
spring.ai.openai.chat.options.responseFormat=json_object
spring.ai.openai.embedding.options.model=text-embedding-3-small

#spring.ai.openai.image.model=dall-e-3

0 comments on commit f512a7d

Please sign in to comment.