Jacek Zadrożny
commited on
Commit
·
0b461fa
1
Parent(s):
2737c24
Zmiana modelu na GPT-4o
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def answer(tekst_wejsciowy, history):
|
|
36 |
kontekst = "\n".join(najblizsze_teksty)
|
37 |
prompt = f"Kontekst: {kontekst}\n Pytanie: {tekst_wejsciowy}"
|
38 |
response = client.chat.completions.create(
|
39 |
-
model="gpt-
|
40 |
messages=[
|
41 |
{
|
42 |
"role": "system",
|
|
|
36 |
kontekst = "\n".join(najblizsze_teksty)
|
37 |
prompt = f"Kontekst: {kontekst}\n Pytanie: {tekst_wejsciowy}"
|
38 |
response = client.chat.completions.create(
|
39 |
+
model="gpt-4o",
|
40 |
messages=[
|
41 |
{
|
42 |
"role": "system",
|