mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-20 07:04:20 +01:00
⏪ fix: fix bring back the test description for func generation
This commit is contained in:
@@ -66,7 +66,7 @@ Description of the microservice:
|
||||
'Microservice description': microservice_description,
|
||||
},
|
||||
condition_question='''\
|
||||
Does the microservice send requests to an API beside the Google Custom Search API and gpt-3.5-turbo?''',
|
||||
Does the microservice send requests to an API beside the google_custom_search and gpt_3_5_turbo?''',
|
||||
question_gen='Generate a question that asks for the endpoint of the external API and an example of a request and response when interacting with the external API.',
|
||||
extension_name='Example of API usage',
|
||||
post_transformation_fn=translation(from_format='api instruction', to_format='python code snippet raw without formatting')
|
||||
|
||||
Reference in New Issue
Block a user