Spaces:
Runtime error
Runtime error
enabled API call
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ Options:
|
|
19 |
- greedy: accurate completions (may be more boring or have repetitions)
|
20 |
"""
|
21 |
|
22 |
-
API_URL =
|
23 |
|
24 |
examples = [
|
25 |
['A "whatpu" is a small, furry animal native to Tanzania. An example of a sentence that uses the word whatpu is: We were traveling in Africa and we saw these very cute whatpus. To do a "farduddle" means to jump up and down really fast. An example of a sentence that uses the word farduddle is:', 32, "Sample", False, "Sample 1"],
|
|
|
19 |
- greedy: accurate completions (may be more boring or have repetitions)
|
20 |
"""
|
21 |
|
22 |
+
API_URL = os.getenv("API_URL")
|
23 |
|
24 |
examples = [
|
25 |
['A "whatpu" is a small, furry animal native to Tanzania. An example of a sentence that uses the word whatpu is: We were traveling in Africa and we saw these very cute whatpus. To do a "farduddle" means to jump up and down really fast. An example of a sentence that uses the word farduddle is:', 32, "Sample", False, "Sample 1"],
|