teven commited on
Commit
a89eb44
1 Parent(s): 1e2994b

enabled API call

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ Options:
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"],
 
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"],