Commit fad5a24b

Ethan Knights <ethanknights@hotmail.co.uk>
2023-03-07 11:24:17
make SQL example pointer consistent (#273)
1 parent 8470953
Changed files (1)
examples
examples/codex/backtranslation.py
@@ -1,1 +1,2 @@
-# this example has moved to https://github.com/openai/openai-cookbook/blob/main/examples/Backtranslation_of_SQL_queries.py
+# This code example has moved. You can now find it in the [OpenAI Cookbook](https://github.com/openai/openai-cookbook)
+# at [examples/Backtranslation_of_SQL_queries](https://github.com/openai/openai-cookbook/blob/main/examples/Backtranslation_of_SQL_queries.py)