[go: nahoru, domu]

Skip to content

Commit

Permalink
fix: Use the correct model address
Browse files Browse the repository at this point in the history
  • Loading branch information
9876691 committed Oct 26, 2023
1 parent 57ab681 commit 77a3b1d
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions crates/db/migrations/20231005073231_demonstration_setup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,11 @@ INSERT INTO models (
VALUES(
'llama-2-7b',
'LLM',
'http://local-ai:3000/v1',
'http://llm-api:3000/v1',
7,
4096
);

INSERT INTO models (
name,
model_type,
base_url,
billion_parameters,
context_size
)
VALUES(
'text-embedding-ada-002',
'Embeddings',
'http://local-ai:3000',
7,
2048
);

INSERT INTO prompts (
model_id,
organisation_id,
Expand Down

0 comments on commit 77a3b1d

Please sign in to comment.