Skip to content

Commit

Permalink
Update bazar.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Jan 11, 2024
1 parent c012ba3 commit 024bb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/services/bazar.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class BazarService {

const url = environment.bazarUrl + '/magic/system/openai/prompt?prompt=' +
encodeURIComponent(prompt) +
'&type=polterguy_github_io' +
'&type=magic-documentation' +
'&recaptcha_response=' +
encodeURIComponent(recaptch_response);
return this.httpClient.get<MagicResponse>(url);
Expand Down

0 comments on commit 024bb7a

Please sign in to comment.