Stripe Integration
This commit is contained in:
@@ -68,7 +68,7 @@ export class AiService {
|
||||
role: 'system',
|
||||
content: `Please create unformatted JSON Object from a user input.
|
||||
The type must be: ${JSON.stringify(businessListingCriteriaStructure)}.
|
||||
If location details available please fill city, county and state as State Code`,
|
||||
If location details available please fill city and state as State Code and only county if explicitly mentioned`,
|
||||
},
|
||||
{
|
||||
role: 'user',
|
||||
@@ -77,6 +77,8 @@ export class AiService {
|
||||
],
|
||||
model: 'llama-3.1-70b-versatile',
|
||||
//model: 'llama-3.1-8b-instant',
|
||||
// model: 'mixtral-8x7b-32768',
|
||||
//model: 'gemma2-9b-it',
|
||||
temperature: 0.2,
|
||||
max_tokens: 300,
|
||||
response_format: { type: 'json_object' },
|
||||
|
||||
Reference in New Issue
Block a user