Skip to content

Commit 6238767

Browse files
author
khushdeep
committed
model, prompt and parser
1 parent a7bdab6 commit 6238767

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

L1-Model_prompt_parser.ipynb

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -217,21 +217,10 @@
217217
},
218218
{
219219
"cell_type": "code",
220-
"execution_count": 15,
221-
"id": "1a0101a1",
220+
"execution_count": null,
221+
"id": "10768b74",
222222
"metadata": {},
223-
"outputs": [
224-
{
225-
"data": {
226-
"text/plain": [
227-
"ChatOpenAI(verbose=False, callbacks=None, callback_manager=None, client=<class 'openai.api_resources.chat_completion.ChatCompletion'>, model_name='gpt-3.5-turbo', temperature=0.0, model_kwargs={}, openai_api_key='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', openai_api_base='', openai_organization='', openai_proxy='', request_timeout=None, max_retries=6, streaming=False, n=1, max_tokens=None)"
228-
]
229-
},
230-
"execution_count": 15,
231-
"metadata": {},
232-
"output_type": "execute_result"
233-
}
234-
],
223+
"outputs": [],
235224
"source": [
236225
"# To control the randomness and creativity of the generated\n",
237226
"# text by an LLM, use temperature = 0.0\n",

0 commit comments

Comments
 (0)