Spaces:
Sleeping
Sleeping
Debugging
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def get_completion(prompt, temperature=0.6):
|
|
18 |
"temperature":temperature,
|
19 |
}
|
20 |
})
|
21 |
-
return output[0]["generated_text"]
|
22 |
|
23 |
def main():
|
24 |
st.title('UiA ai koordinator\n Llama 3 8b text completion')
|
|
|
18 |
"temperature":temperature,
|
19 |
}
|
20 |
})
|
21 |
+
return output#[0]["generated_text"]
|
22 |
|
23 |
def main():
|
24 |
st.title('UiA ai koordinator\n Llama 3 8b text completion')
|