added ChatGPT support
diff --git a/NAMESPACE b/NAMESPACE
index cc8834a..7705a53 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -1,11 +1,12 @@
 # Generated by roxygen2: do not edit by hand
 
+export(chatgpt)
+export(chatgpt_single)
 export(gpt3_authenticate)
 export(gpt3_completions)
 export(gpt3_embeddings)
 export(gpt3_single_completion)
 export(gpt3_single_embedding)
 export(gpt3_test_completion)
-export(price_base_davinci)
 export(to_numeric)
 export(url.completions)