Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
|
@@ -20,8 +20,6 @@ client <- ellmer::chat_openai(
|
|
| 20 |
credentials = function() { return(Sys.getenv("OPENAI_API_KEY")) }
|
| 21 |
)
|
| 22 |
|
| 23 |
-
options(querychat.DataFrameSource.engine = "duckdb")
|
| 24 |
-
|
| 25 |
qc <- querychat::querychat(
|
| 26 |
oews,
|
| 27 |
client = client,
|
|
|
|
| 20 |
credentials = function() { return(Sys.getenv("OPENAI_API_KEY")) }
|
| 21 |
)
|
| 22 |
|
|
|
|
|
|
|
| 23 |
qc <- querychat::querychat(
|
| 24 |
oews,
|
| 25 |
client = client,
|