You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Los LLM como ChatGPT son muy efectivos generando código. En esta sección, cubriremos muchos ejemplos de cómo utilizar ChatGPT para la generación de código.
14
8
15
9
El Playground de OpenAI (Modo Chat) y el modelo `gpt-3.5-turbo` se utilizan en todos los ejemplos a continuación.
@@ -204,14 +198,3 @@ Esta declaración SQL selecciona las columnas `StudentId` y `StudentName` de la
204
198
205
199
En términos más simples, está seleccionando los nombres e IDs de los estudiantes que están matriculados en el departamento de Ciencias de la Computación.
206
200
```
207
-
208
-
## Editing Code
209
-
Example coming soon!
210
-
211
-
## Debugging Code
212
-
Example coming soon!
213
-
214
-
## Best practices
215
-
Coming soon!
216
-
217
-
Needs translation! Feel free to contribute a translating by clicking the `Edit this page` button on the right side.
0 commit comments