mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-21 15:44:19 +01:00
feat: search fix web search
This commit is contained in:
@@ -140,8 +140,7 @@ It will be tested with the following scenario: '{{test_description}}'.
|
|||||||
For the implementation use the following package(s): '{{packages}}'.
|
For the implementation use the following package(s): '{{packages}}'.
|
||||||
|
|
||||||
The code must start with the following imports:
|
The code must start with the following imports:
|
||||||
```{linebreak +'from .gpt_3_5_turbo import GPT_3_5_Turbo' if is_using_gpt_3_5_turbo else ""}{linebreak + 'from .google_custom_search import search_web, search_images' if is_using_google_custom_search else ""}{linebreak}
|
```{linebreak +'from .gpt_3_5_turbo import GPT_3_5_Turbo' if is_using_gpt_3_5_turbo else ""}{linebreak + 'from .google_custom_search import search_web, search_images' if is_using_google_custom_search else ""}
|
||||||
|
|
||||||
import json
|
import json
|
||||||
import requests
|
import requests
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user